home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat UK 76
/
MF_UK_76_1.iso
/
Education Feature
/
MicroWorlds 2.03 Try Me
/
MicroWorlds 2.03 Try Me.rsrc
/
TEXT_631_output.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1998-05-08
|
256 b
|
16 lines
output (op) word-or-list
Stops the procedure and reports a word or list.
Examples:
to firstnumber :word
if empty? :word [output "none]
if number? first :word
[output first :word]
output firstnumber bf :word
end
show firstnumber "abcde5fgh
5